Download

PDD file (206K)
Download

ClarisWorks 4 file (36K)
Download Technotes 1013-1026

QuickView file (284K)

T E C H N O T E :
Inside Macintosh: QuickDraw GX
Printing Extensions and Drivers
Errata


TECHNOTE 1014
Release 2.0
FEBRUARY 1996


By Ingrid Kelly
inge@apple.com
Apple Developer Technical Support (DTS)

This Technical Note discusses known errors and omissions in Inside Macintosh: QuickDraw GX Printing Extensions and Drivers .

Topics:


CONTENTS

Chapter 4 - Printing Messages

Clarification of GXDoesPaperFit Message Description Page 4-61

The description of GXDoesPaperFit is incorrect. It should read:

QuickDraw GX sends the GXDoesPaperFit message to limit the number of paper-type names that appear in the Paper pop-up menu in the Input Trays and Paper Mismatch dialogs. It does NOT limit the number of paper-type names for the Page Setup dialog box. You can override the GXDoesPaperFit message to notify QuickDraw GX that a certain paper type does not work in the specified paper tray on your device.

Correction to Definition of GXRasterLineFeed Message Page 4-99

The line reading:

OSErr MyRasterLineFeed(short *lineFeedSize,Ptr buffer, 
	unsigned long *bufferPos,gxRasterImageDataHdl imageData);
Should be corrected to read:

OSErr MyRasterLineFeed(long *lineFeedSize, Ptr buffer, 
	unsigned long *bufferPos, gxRasterImageDataHdl imageDataHdl)

Correction to Definition of GXWriteStatusToDTPWindow Page 4-163

The line reading:

OSErr MyWriteStatusToDTPWindow (gxStatusRecord aStatusRecord,
	gxDisplayRecord aDisplayRecord);
should be corrected to read:

OSErr MyWriteStatusToDTPWindow (gxStatusRecord *aStatusRecord,
	gxDisplayRecord *aDisplayRecord);

Chapter 6 - Printing Resources

Correction to Figure 6-33 Page 6-88, 'pdip' resource

Figure 6-33 shows the wrong value for the Render options field. It should be 4 bytes(long), not 2(short).

Index

Correction to GXGetJob function Entry Page IN-3

The index should reference pages 5-8 and 5-32 as the correct references.


Return to Technotes Table of Contents
Return to About Macintosh Technotes
Return to Developer Services and Products

Apple | Servers | What's New | Index | Feedback | Help


© Apple Computer, Inc.

Send feedback to devfeedback@applelink.apple.com.

[last modified by fch on 28-Feb-96]